@charset "utf-8";
body	{ margin:0px auto; padding:0px; min-height:700px; text-align:center; font-size:12px; font-family:Tahoma,arial,verdana,Georgia,"Microsoft YaHei","宋体";}
div		{ margin:0px auto; padding:0px; line-height:26px; font-size:12px; font-family:Tahoma,arial,verdana,Georgia,"Microsoft YaHei","宋体";white-space:normal;word-wrap: break-word;word-break:break-all;}
img		{ border:0px;}
form	{ display:inline;}
input,select,textarea	{ font-size:12px;padding-top:3px;}
ul {margin:0px;padding:0px;list-style-type:none;}
dl,dt,dd {margin:0px auto; padding:0px;}
h1,h2,h3,h4,h5,h6	{margin:0px; padding:0px;}
i,u,em {font-style:normal;}
u {text-decoration: none;}
body,div,p,span,a,b,i,u,em,strong,input,select,textarea,ul,li,dl,dt,dd,dl dt,dl dd,h1,h2,h3,h4,h5,h6 {Tahoma,arial,verdana,Georgia,"Microsoft YaHei","宋体";}
/*
link:连接平常的状态  
visited:连接被访问过之后   
active:连接被按下的时候 
hover:鼠标放到连接上的时候
*/
a			{}
a:link		{color:#3165FF;text-decoration: none;}
a:visited	{color:#3165FF;text-decoration: none;}
a:hover		{color:#FF0000;text-decoration: underline;}
a:active	{color:#FF0000;text-decoration: underline;}

.fl	{float:left;}
.fr	{float:right;}
.fc	{clear:both;font-size:0px;overflow: hidden;height:0px;line-height:0px;}
.fb	{font-weight:bold;}
.cb	{color:blue;}
.cr	{color:#FF0000;}
.cg	{color:#008000;}
.c3	{color:#333;}
.c6	{color:#666;}
.c8	{color:#888;}
.c9	{color:#999;}
.cc	{color:#CCC;}
.cf	{color:#FFF;}
.tl	{text-align:left;}
.tr	{text-align:right;}
.tc	{text-align:center;}
.br1	{border:1px solid #FF0000;}
.br5	{border:5px solid #FF0000;}
.bg8	{background:#888;}
.bgf	{background:#fff;}
.di	{display:inline;}
.db	{display:block;}
.dn	{display:none;}
.cp	{cursor:pointer;}

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/* Hide from IE Mac \*/ 
.clearfix { display:block; }
/* End hide from IE Mac */

.f9,.f10,.f11,.f12,.f14,.f14L,.L12,.L15,.L18	{font-size:12px;}
.f9		{font-size:9px; }
.f10	{font-size:10px; }
.f11	{font-size:11px; }
.f12	{font-size:12px; }
.f14	{font-size:14px; }
.f14L	{font-size: 14.8px; line-height:25px;}
.f16	{font-size:16px; }
.f17	{font-size:17px; }
.f18	{font-size:18px; }
.L12	{line-height:120%;}
.L15	{line-height:150%;}
.L18	{line-height:180%;}

.w60	{width:60px;}
.w80	{width:80px;}
.w100	{width:100px;}
.w120	{width:120px;}
.w150	{width:150px;}
.w180	{width:180px;}
.w200	{width:200px;}
.w300	{width:300px;}

.Space1,.Space2,.Space3,.Space5,.Space8,.Space10,.Space12,.Space15,.Space18	{clear:both;font-size:0px;overflow: hidden;margin:0px;}
.Space1		{height:1px;}
.Space2		{height:2px;}
.Space3		{height:3px;}
.Space5		{height:5px;}
.Space8		{height:8px;}
.Space10	{height:10px;}
.Space12	{height:12px;}
.Space15	{height:15px;}
.Space18	{height:18px;}

.mg1	{margin:1px;}
.mg2	{margin:2px;}
.mg3	{margin:3px;}
.mg5	{margin:5px;}
.mg8	{margin:8px;}
.mg10	{margin:10px;}
.mg12	{margin:12px;}
.mg15	{margin:15px;}
.mg18	{margin:18px;}

.pg1	{padding:1px;}
.pg2	{padding:2px;}
.pg3	{padding:3px;}
.pg5	{padding:5px;}
.pg8	{padding:8px;}
.pg10	{padding:10px;}
.pg12	{padding:12px;}
.pg15	{padding:15px;}
.pg18	{padding:18px;}


a.nn			{}
a.nn:link		{text-decoration: none;}
a.nn:visited	{text-decoration: none;}
a.nn:hover		{text-decoration: none;}
a.nn:active		{text-decoration: none;}

a.nu			{}
a.nu:link		{text-decoration: none;}
a.nu:visited	{text-decoration: none;}
a.nu:hover		{text-decoration: underline;}
a.nu:active		{text-decoration: underline;}

a.un			{}
a.un:link		{text-decoration: underline;}
a.un:visited	{text-decoration: underline;}
a.un:hover		{text-decoration: none;}
a.un:active		{text-decoration: none;}

a.blue			{}
a.blue:link		{color: #0000CC;}
a.blue:visited	{color: #0000CC;}
a.blue:hover	{color: #0000CC;}
a.blue:active	{color: #0000CC;}

a.red			{}
a.red:link		{color: #FF0000;}
a.red:visited	{color: #FF0000;}
a.red:hover		{color: #FF0000;}
a.red:active	{color: #FF0000;}

a.hei			{}
a.hei:link		{color: #000000;}
a.hei:visited	{color: #000000;}
a.hei:hover		{color: #000000;}
a.hei:active	{color: #000000;}

a.lv			{}
a.lv:link		{color: #008000;}
a.lv:visited	{color: #008000;}
a.lv:hover		{color: #008000;}
a.lv:active		{color: #008000;}

/*-- Tip样式 开始 --*/
a.tip{
	color:#FF0000;
	margin:0 auto;
	text-decoration:none;
	position:relative;
	z-index:1000;
}
a.tip span {display:none;cursor:pointer;}
a.tip:hover {cursor:pointer;}
a.tip:hover span {
/*
    display:block;
    width1:100%;
    color:#000;
	border:1px solid #888;
    background-color:#fff;
    text-align:left;
    margin-top:1px;
    position:absolute;
    z-index:200;
    filter:alpha(opacity=100);
    -moz-opacity:.9;
    opacity:.9;
*/
	display:block; 
	position:absolute; 
	top:15px;
	left:0px;
	border:1px solid #666;
	background-color:#eee; 
	color:#000;  
	padding:2px 3px;
	z-index:90;
}
/*-- Tip样式 结束 --*/

/*-- 表格样式 开始 --*/
.TB			{border:1px solid #CECFCE;}
.TT			{height:25px;background:#F2F2F2;text-align:center;font-weight: bold;padding:3px;font-size:14px;}
.TL_Out		{height:25px;background:#FFFFFF;text-align:center;padding:5px;}
.TL_Over	{height:25px;background:#FFFFAF;text-align:center;padding:5px;}
.TLine		{height:1px;background:#EFEFEF;}
/*-- 表格样式 结束 --*/



/*	YB_zoomImage	图片放大	开始	*/
div.YB_zoomImage{position: fixed;top:0;right:0;bottom:0;left:0;display:block;background: 50% no-repeat;background-size: contain;z-index:99999999;background-color:#333;display:none;}
/*	YB_zoomImage	图片放大	结束	*/

/*	YB_expandImageBg	图片放大	开始	*/
div.YB_expandImageBg{display:none;position: fixed;z-index:999999;top:0;right: 0;left:0;bottom: 0;width: 100%;height:100%;background: rgba(0,0,0,0.88);}
div.YB_expandImage{display:none;
  position: fixed;
  z-index:9999999;
  top:50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: center;
}
div.YB_expandImage i {
    display: block;
    background: url(//sucimg.itc.cn/sblog/jb0a6b2c2662051628a18b45a9cd0dd33);
    width: 45px;
    height: 45px;
    margin: 45px auto 0 auto;
    cursor: pointer;
}
/*	YB_expandImageBg	图片放大	结束	*/

/*	YB_topTip	开始	*/
div.YB_topTip{display: block;position:fixed;background: #FFF;width:100%;height:.54rem;top:-1rem;left:0;z-index: 999999;box-shadow: 0 .01rem .02rem #DDD;}
div.YB_topTip p {display:block;height:.34rem;text-align:left;line-height:220%;color:#333;font-size:.16rem;margin:.1rem .3rem;overflow: hidden;background-image:url("");}
div.YB_topTip p.Multiline	{line-height:130%;font-size:.14rem;}
div.YB_topTip p.MultilineBg	{line-height:150%;font-size:.14rem;}
div.YB_topTip p.red,.YB_topTip p.blue,.YB_topTip p.green,.YB_topTip p.orange{margin:.1rem .15rem;padding-left:.3rem;background-repeat:no-repeat;background-position:center left;background-size:.18rem .18rem;}
div.YB_topTip p.red		{color:#FF2200;background-image:url("https://sucimg.itc.cn/sblog/jb8ab22fb3c05022b9c50de1567a2df3b");}
div.YB_topTip p.blue	{color:#2A70FF;color:#333;background-image:url("https://sucimg.itc.cn/sblog/j375b62cea387f6953ff63e1e473751ab");}
div.YB_topTip p.green	{color:#009A00;color:#333;background-image:url("https://sucimg.itc.cn/sblog/j9da219dd7c596f4d1c14618576eca957");}
div.YB_topTip p.orange	{color:#FF5500;color:#333;background-image:url("https://sucimg.itc.cn/sblog/j02e8ceab5e40323a57e065d342ecd56d");}
div.YB_topTip p.redBG,.YB_topTip p.blueBG,.YB_topTip p.greenBG,.YB_topTip p.orangeBG{color:#FFF;margin:0;padding:.1rem .3rem;}
div.YB_topTip p.redBG{background-color:#FF3A00;}
div.YB_topTip p.blueBG{background-color:#00ACFF;}
div.YB_topTip p.greenBG{background-color:#0BB20C;}
div.YB_topTip p.orangeBG{background-color:#FF6F00;}
/*	YB_topTip	结束	*/





body {background:#FFF;}
input {vertical-align:middle;}
select {padding:1px;font-size:12px;margin:0 5px 0 0;}
p {margin:0px auto; padding:0px;}

i,em {font-style: normal;}
u {text-decoration: none;}

.fcc:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.fcc { display:inline-block; }
/* Hide from IE Mac \*/
.fcc { display:block; }
/* End hide from IE Mac */
.fst	{font-family:宋体;}

a			{}
a:link		{color:#222;text-decoration: none;}
a:visited	{color:#222;text-decoration: none;}
a:hover		{color:#000;text-decoration: underline;}
a:active	{color:#000;text-decoration: underline;}

.mainBox {width:1200px;margin:10px auto;background:#FFF;}

#headerArea {width:100%;background:#379BE9;color:#FFF;padding:5px 0;}
#headerArea dl {width:1200px;}
#headerArea dl dt {width:200px;float:left;}
#headerArea dl dd {width:970px;float:right;font-size:26px;line-height:26px;text-align:center;margin-top:10px;}
#headerArea dl dt a {color:#FFF;text-decoration: none;}
#headerArea dl dt h1 {font-size:32px;line-height:32px;font-weight:normal;color:#FFF;display:block;}
#headerArea dl dt h2 {font-size:18px;line-height:18px;font-weight:normal;color:#FAFAFA;display:block;margin-top:3px;}
#headerArea dl dd strong {color:#FAFAFA;}
#headerArea dl dd h1 {font-size:26px;line-height:26px;font-weight:normal;color:#FFF;display:block;}
#headerArea dl dd a,#headerArea dl dd a:visited,#headerArea dl dd a:link,#headerArea dl dd a:hover {color:#ffffff; text-decoration:none;}
#headerArea dl dd a {float:left;display:block; padding:7px 22px;margin:0 0;font-family: "微软雅黑","MicrosoftYahei","宋体","Arial"; font-size:20px;line-height:22px;color:#ffffff; text-decoration:none;}
#headerArea dl dd a:hover {background:#228BE3;}

#hArea {width:100%;background:#379BE9;color:#FFF;padding:0;}
#hArea dl {width:1200px;}
#hArea dl dt {width:170px;float:left;}
#hArea dl dd {width:1030px;float:right;}
#hArea dl dt a {float:left;color:#ffffff;text-decoration:none;text-align:center;}
#hArea dl dt a img {padding-top:6px;}
#hArea dl dt a strong {display:block;width:132px;font-size:22px;line-height:30px;font-weight:normal;margin:3px 0 0 19px;white-space:nowrap;overflow:hidden;}

#hArea dl dd a,#hArea dl dd a:visited,#hArea dl dd a:link,#hArea dl dd a:hover { color:#ffffff; text-decoration:none;}
#hArea dl dd a {float:left;display:block; padding:15px 12px;margin:0 0px;font-family: "微软雅黑","MicrosoftYahei","宋体","Arial"; font-size:16px;line-height:22px;color:#ffffff; text-decoration:none;}
#hArea dl dd a:hover {background:#228BE3;}

#hAreaNavSon {display:block;text-align:center;height:25px;margin:0 auto;padding:7px 0;background:#F9F9F9;border-top:1px solid #E1E1E1;border-bottom:1px solid #E1E1E1;}
#hAreaNavSon div {margin:0 auto;width:980px;display:inline-block;}
#hAreaNavSon div a {}
#hAreaNavSon div p {margin:0;width:720px;height:30px;display:block;float:left;text-align:left;margin-left:10px;white-space:nowrap; overflow:hidden;}
#hAreaNavSon div p a {display:block;float:left;text-align:center;padding:5px 7px;margin:0 7px;font-family: "微软雅黑","宋体","Arial"; font-size:14px;line-height:16px;text-decoration:none;color:#000;}
#hAreaNavSon div p a:hover {background:#379BE9;color:#FFF;}

#hAreaNavSon div span {margin:0;width:230px;display:block;float:left;border-right:1px solid #E1E1E1;padding-left:10px;}
#hAreaNavSon div span a {display:block;float:left;text-align:center;width:45px;padding:5px 2px;margin:0 2px;font-family: "微软雅黑","宋体","Arial"; font-size:14px;line-height:16px;text-decoration:none;color:#000;}
#hAreaNavSon div span a:hover {background:#FD8535;color:#FFF;}

a.hAreaNavH {background:#2086DB;color:#FFF;}
#hAreaNavSon a.hAreaNavSonH,#hAreaNavSon a:link.hAreaNavSonH,#hAreaNavSon a:visited.hAreaNavSonH {background:#2282D2;color:#FFF;}
#hAreaNavSon a:hover.hAreaNavSonH {background:#379BE9;color:#FFF;}
#hAreaNavSon a.hAreaCxH,#hAreaNavSon a:link.hAreaCxH,#hAreaNavSon a:visited.hAreaCxH {background:#FF5500;color:#FFF;}
#hAreaNavSon a:hover.hAreaCxH {background:#FD8535;color:#FFF;}




#U_Status	{border:0px solid;position:absolute;left:50%;top:0;margin-left:470px;width:120px;display:block;z-index:100000;}
#U_Status p {border:0px solid;margin:12px 0 0 auto;text-align:right;width:108px;height:18px;padding:5px;display:block;border:1px solid #379BE9;border-bottom:0;}
.U_Status_p {background:#FFF;border:1px solid #BFBFBF;}
#U_Status p a {color:#FFF;margin:0 10px;font-size:12px;}
#U_Status p span {border:0px solid;width:108px;display:block;padding-top:2px;}
#U_Status p span a {width:75px;line-height:14px;height:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;float:left;}
#U_Status p span img {float:right;display:block;margin-top:5px;margin-right:5px;}
#U_Info	{border:0px solid;position:absolute;left:50%;top:40px;margin-left:288px;width:300px;border:1px solid #BFBFBF;display:block;z-index:10000;display:none;}
#U_Info div {border:0px solid;display:block;background:#FFF;padding:10px;}
#U_Info div dl dt {width:80px;float:right;}
#U_Info div dl dt img {width:80px;height:80px;}
#U_Info div dl dd {width:182px;float:left;text-align:left;}
#U_Info div dl dd span {color:#BBB;font-family:"宋体";display:block;}
#U_Info div dl dd span a {padding:0 5px;color:#3169FF;}
#U_Info div dl dd p {font-family:arial,"宋体";display:block;padding:0 5px 5px 5px;}
#U_Info div dl dd p b {display:block;font-weight:normal;line-height:20px;height:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}





#headerArea {background:#2EB6A8;}
#headerArea dl dd a:hover {background:#169C8E;}
#hArea {background:#2EB6A8;}
#hArea dl dd a:hover {background:#169C8E;}
#hAreaNavSon div p a:hover {background:#2EB6A8;}
a.hAreaNavH {background:#169C8E;}
#hAreaNavSon a.hAreaNavSonH,#hAreaNavSon a:link.hAreaNavSonH,#hAreaNavSon a:visited.hAreaNavSonH {background:#169C8E;}
#hAreaNavSon a:hover.hAreaNavSonH {background:#2EB6A8;}
#U_Status p {border:1px solid #2EB6A8;border-bottom:0;}






#km1Nav {width:300px;padding-right:200px;border:0px solid;}

#footerArea {color:#555;line-height:2;font-size:15px;}
#footerArea p {margin:0 auto 0 auto;padding:20px 0 20px 0;}
#footerArea p a {color:#555;}
.FootAD {display:block;text-align:center;margin:10px auto;}

.links {margin:20px auto;}
.links a {padding:0 9px;color:#333;}

.xk_b,.xk_y,.xk_g,.xk_p	{border:3px solid #FFF;background:#FFF;border-radius:3px;font-size:12px;padding:0 7px 1px 7px;color:#FFFFFF;text-decoration:none;text-align:center;}
.xk_b	{border:3px solid #019DE9;background:#019DE9;}
.xk_y	{border:3px solid #FF5500;background:#FF5500;}
.xk_g	{border:3px solid #669900;background:#669900;}
.xk_p	{border:3px solid #FF2266;background:#FF2266;}

.k_b {border:1px solid #CCE6F1;border-radius:3px; /*圆角*/}


.h_Nav	{color:#666;font-family:宋体;text-align:left;margin:0;padding:0;background:#F7F7F7;padding:10px 0;margin:10px 0;}
.h_Nav a	{margin:0;padding:0px 8px;color:#3165FF;}
.h_Nav span	{margin:0;padding:0px 8px;color:#999999;}
.h_Nav span a {margin:0;padding:0px;color:#999999;text-decoration: none;}


#EmTpAreaHtml {display:none;}
.EmTpArea dl {backgroundx:url("//rs.mnks.cn/jsyks/img/ico/Mask_Tit_bg.gif") no-repeat right;background:#019875;height:29px;}
.EmTpArea dl:hover {backgroundx:url("//rs.mnks.cn/jsyks/img/ico/Mask_Tit_bg_hover.gif") no-repeat right;height:29px;}
.EmTpArea dl dt {float:left;margin:0;padding:5px 0 0 5px;font-weight:bold;text-align:left;font-size:14px;color:#FFF;}
.EmTpArea dl dd {cursor:pointer;display:block;float:right;font-family:"微软雅黑";font-size:20px;font-weight:normal;width:29px;height:26px;padding:3px 0 0 0;color:#FFF;}
.EmTpArea dl dd:hover {background:#D42020;}
.EmTpArea p {text-align:right;color:#555;margin:10px 10px 0 0;}

.EmTpArea span {display:block;text-align:center;margin:10px;border-top:1px solid #D9E2E9;}
.EmTpArea span input {width:126px;font-size:20px;margin:10px;padding:9px 10px 7px 10px;margin:15px;font-weight:normal;}
.EmTpArea span input {background:#019875;color:#FFF;font-family:"微软雅黑";border:0;border-radius:5px;font-size:17px;cursor:pointer;}
.EmTpArea span input:hover {background:#2CB192;}

.crumb {width:1200px;text-align:left;font-family:"宋体";font-size:16px;color:#666;margin-top:12px;margin-bottom:0;}
.crumb a {padding:0 5px;color:#333;font-family:"Microsoft YaHei";}
.crumb b {padding:0 5px;font-weight:normal;font-family:"Microsoft YaHei";}


.ZJList {margin:10px 0 30px 0;}
.ZJList h1 {font-family:"Arial","微软雅黑";font-size:26px;font-weight:normal;line-height:26px;text-align:left;border-left:5px solid #3EBA30;margin:0;padding:20px;display:block;}
.ZJList table {width:100%;}
.ZJList table tr td {padding:12px;}
.ZJList table tr td i {display:block;float:left;width:3%;background:#3EBA30;color:#FFF;font-family:"Arial";font-size:17px;padding:5px;border-radius:10%;}
.ZJList table tr td a {display:block;float:left;width:7%;font-family:"Arial","微软雅黑";font-size:14px;font-weight:normal;text-align:center;padding:0 10px;}
.ZJList table tr td a:hover {background:#3EBA30;color:#FFF;text-decoration: none;}
.ZJList table tr td a.h,.ZJList table tr td a:hover.h {width:65%;text-align:left;font-weight:normal;color:#333;font-size:20px;line-height:24px;padding:3px 0 0 19px;text-decoration: none;background:#FFF;}
.ZJList table tr td a u {padding-left:3px;font-size:12px;text-decoration: none;color:#777;}

.ZXList {margin:0 20px;}
.ZXList h1 {font-family:"Arial","微软雅黑";font-size:26px;font-weight:normal;line-height:26px;text-align:right;border-right:5px solid #019DE9;margin:0;padding:20px;display:block;}
.ZXList strong {display:block;border-left:5px solid #019DE9;color:#333;font-family:"微软雅黑";font-weight:normal;font-size:18px;line-height:20px;text-align:left;padding:1px 0 1px 7px;margin:12px auto;}
.ZXList ul {display:block;margin:7px 0 22px 17px;}	
.ZXList ul li {display:block;width:140px;float:left;font-family:"微软雅黑";font-size:16px;text-align:left;padding:5px 0;color:#555;}
.ZXList ul.ndxs li {width:160px;font-size:14px;}
.ZXList ul li b {padding:0 0 3px 3px;color:#777777;font-family:"verana";font-weight:normal;font-size:12px;}
.ZXList ul li b i {color:#FF6000;font-style:normal;}
.ZXList div {display:block;}
.ZXList div a {width:100px;border-radius:3px;font-size:12px;padding:3px 7px 4px 7px;color:#FFFFFF;text-decoration:none;text-align:center;border:3px solid #019DE9;background:#019DE9;margin:0 20px;font-family:"微软雅黑";font-size:14px;cursor:pointer;}

.ZXLXList {margin:0 20px;}
.ZXLXList table {display:margin:0 auto;}
.ZXLXList table tr th{font-family:"微软雅黑";font-size:20px;color:#333;font-weight:normal;padding:20px 0 10px 0;}
.ZXLXList strong {display:block;color:#FFFFFF;font-family:"微软雅黑";font-weight:normal;font-size:22px;line-height:26px;border-radius:5px;text-align:left;padding:5px 7px;margin:12px auto 7px auto;}
.ZXLXList p {display:block;text-align:left;margin:12px 0 12px 17px;}
.ZXLXList p i {display:block;float:left;width:16px;height:16px;color:#FFFFFF;padding:3px 5px;font-style:normal;border-radius:3px;text-align:center;}
.ZXLXList p a {display:block;float:left;width:80%;color:#333;font-family:"微软雅黑";font-size:16px;margin-left:9px;padding:0;}
.ZXLXList p a u {padding-left:3px;font-size:12px;text-decoration: none;color:#777;}
.ZXLXList strong.p100 {background:#019DE9;}
.ZXLXList p.p100 i {background:#019DE9;}
.ZXLXList strong.p200 {background:#67CD90;}
.ZXLXList p.p200 i {background:#67CD90;}
.ZXLXList strong.p300 {background:#F36F6F;}
.ZXLXList p.p300 i {background:#F36F6F;}
.ZXLXList strong.p400 {background:#C89D5D;}
.ZXLXList p.p400 i {background:#C89D5D;}
.ZXLXList strong.p500 {background:#4BC2AA;}
.ZXLXList p.p500 i {background:#4BC2AA;}

.ZXLXList table tr td a.sxlx,.ZXLXList table tr td a.sjlx,.ZXLXList table tr td a.ckst {display:block;text-align:center;font-family:"微软雅黑";font-size:16px;line-height:20px;padding:7px 0;}
.ZXLXList table tr td a.sxlx {color:#F05604;}
.ZXLXList table tr td a.sjlx {color:#036FEA;}
.ZXLXList table tr td a.ckst {color:#15B091;}



.AD1600 {position:fixed;_position:absolute;top:160px;width:160px;height:600px;z-index:1000000;display:none;display:block;}
.AD1600L {left:50%;margin-left:610px;}
.AD1600R {right:50%;margin-right:610px;}


.dlADL,.dlADR	{position:fixed;_position:absolute;top:150px;width:160px;height:600px;z-index:1000000;padding:0;display:none;display:block;}
.dlADL {right:50%;margin-right:610px;}
.dlADR {left:50%;margin-left:610px;}

.backTop {display:block;display:none;width:50px;height:50px;position:fixed;right:2%;bottom:5%;cursor:pointer;opacity: 0.3;background:url("//sucimg.itc.cn/sblog/j259d6e3eaf9c760cf006e43c587d13e6") no-repeat left center;}
.backTop:hover {opacity: 0.5;}																											/*//rs.mnks.cn/jsyks/img/ico/backtop.png*/

.QRTG {display:block;width:116px;position:fixed;left:50%;margin-left:610px;bottom:50px;font-family:'微软雅黑';}
.QRTG p.s,.QRTG u.s {display:block;width:86px;height:100px;border:1px solid #D1D1D1;background:#FFFFFF;cursor:pointer;margin:0;color:#019875;padding:5px 5px 9px 5px;float:right;}
.QRTG u.s {margin-top:-1px;height:106px;text-decoration: none;}
.QRTG b.s {display:block;position: absolute;font-weight:normal;cursor:pointer;background:#D1D1D1;top:2px;right:2px;width:18px;height:18px;color:#FFF;font-size:14px;line-height:1.3;font-family:'宋体';padding:0;text-align:center;}
.QRTG b.s:hover {background:#019875;}

.Info_Push {width:1200px;padding:0;margin:20px auto;}
.Info_Push a {width:260px;padding:12px 30px 12px 10px;display:block;float:left;line-height:1;font-size:16px;text-align:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.Info_Push a {color:#555;}
.Info_Push a {background:url("//sucimg.itc.cn/sblog/o8826ad392a3c6f50d39ce23a5f8fb5bb") no-repeat left center;}	/*//rs.mnks.cn/jsyks/img/ico/ico_jt.gif*/
.Info_Push a:hover {color:#2D96E9;color:#FF6600;}

div.h12 {display:block;width:960px;margin:30px auto 10px auto;font-size:13px;font-family:"Microsoft YaHei";line-height:220%;}
div.h12 h1,div.h12 h1 a {display:block;font-size:18px;text-align:center;font-weight:normal;color:#353535;text-decoration: none;text-align:center;}
div.h12 h2 {display:block;font-weight:normal;color:#777;font-size:12px;text-indent:2em;padding:10px;text-align:left;}



.adBigTipMask {
width: 100%;
height: 100%;
position: fixed;
top:0px; 
left:0px;
z-index:100000; 
filter:alpha(opacity=20); 
-moz-opacity:.55;			/*老版本FireFox 1.0 以前*/
opacity:0.55;				/*新版本FireFox*/
background-color: #000000;
display:none;
}
.adBigTip 
{
position:fixed;width:400px;height:650px;
top:50%;
left:50%;
margin-left: -200px;
margin-top: -325px;
padding:0px;
text-align: center;
z-index:1000000;
display:none;
}
.adBigTip img {border-radius:5px;}
.adBigTip i {display:block;background:url("//sucimg.itc.cn/sblog/jb0a6b2c2662051628a18b45a9cd0dd33");width:45px;height:45px;margin:25px auto 0 auto;cursor:pointer;}